home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / a1.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  2.9 KB  |  88 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
  8.         <meta http-equiv="MSThemeCompatible" content="yes" />
  9.     <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  10.         <script src="ccc.js"></script>
  11.         <script language="javascript">
  12.         <!--
  13.             function LoadDataFields()
  14.             {
  15.                 var strSerial = getParamVal("serial");
  16.                 var oSerial = document.getElementById("txtSerial");
  17.  
  18.                 if (strSerial != null && oSerial != null)
  19.                     oSerial.innerText = FormatSerial(strSerial);
  20.  
  21.                 var strActCode = getParamVal("activationcode");
  22.                 var oActCode = document.getElementById("txtActCode");
  23.  
  24.                 if (strActCode != null && oActCode != null)
  25.                     oActCode.innerText = FormatActivationCode(strActCode);
  26.             }
  27.         -->
  28.         </script>
  29.         <style media="print">
  30.         <!--
  31.             .PrintClass
  32.             {
  33.                 display:inline;
  34.             }
  35.             .ScreenClass
  36.             {
  37.                 display:none;
  38.             }
  39.         -->
  40.         </style>
  41.         <style media="screen">
  42.         <!--
  43.             .PrintClass
  44.             {
  45.                 display:none;
  46.             }
  47.             .ScreenClass
  48.             {
  49.                 display:inline;
  50.             }
  51.         -->
  52.         </style>
  53.     </head>
  54.     <body onload="location='pcucmd://FrameDataLoaded/'; LoadDataFields();" tabindex="-1">
  55.         <div id="pcu_data" style="DISPLAY: none">
  56.             PageDimension:630,440
  57.         </div>
  58.         <div id="ButtonBar" style="display:none">
  59.             <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  60.                 <tr>
  61.                     <td align="right">
  62.                         <button accesskey="F" type="submit" id="btnContinue" name="btnContinue" onclick="location='pcucmd://Continue/'"><u>F</u>inish</button>
  63.                     <!--    <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="location='pcucmd://Cancel/'"><u>C</u>ancel</button> -->
  64.                     </td>
  65.                 </tr>
  66.             </table>
  67.         </div>
  68.                 <div class="ScreenClass">
  69.         <h3>Thank You</h3>
  70.  
  71.         <p>Your purchase is now complete. Your trial has been successfully converted into the full product version.  There is no need to reinstall.</p>
  72.  
  73.         <p>Please retain your Purchase Key and Activation Code as proof of purchase by clicking either the Save to File or Print Now button below.</p>
  74.  
  75.         
  76.  
  77.         <button accesskey="S" type="button" id="btnSaveAsTextFile" onclick="location='pcucmd://SaveCode/'" NAME="btnSaveAsTextFile"><u>S</u>ave to File</button>
  78.         <button accesskey="P" type="button" id="btnPrint" onclick="document.execCommand('Print',true)" NAME="Button1"><u>P</u>rint Now</button>
  79.         </div>
  80.         <div class="PrintClass" style="font-size:12pt">
  81.             Here is your Purchase Key and Activation Code.<br />
  82.             Print this page out and keep in a safe location.<br />
  83.             Purchase Key: <span id="txtSerial"></span><br />
  84.             Activation Code: <span id="txtActCode"></span>
  85.         </div>
  86.     </body>
  87. </html>
  88.